﻿.overlay-dark {
    background-color: transparent !important;
}



@media only screen and (max-width: 767px) {
    .slider1img .slotholder .defaultimg {
        background-image: url('../img/mobileslider1.png');
    }

    .slider2img .slotholder .defaultimg {
        background-image: url('../img/mobileslider2.png');
    }

    .slider3img .slotholder .defaultimg {
        background-image: url('../img/mobileslider3.png');
    }
    .bg-parallax-5 {
        background: url(../img/team.png) no-repeat;
    }
    .bg-parallax-6 {
        background: url(../img/contactusmobile.png) no-repeat;
    }
    .about-content-right p {
        color: white !important;
    }

    .feature-tab-content p {
        color: white !important;
    }

    .feature-tab-content p {
        color: white !important;
    }

    .feature-tabs li a.active {
        color: white !important;
    }

    .feature-tabs li a {
        color: white !important;
    }

    .parallax-header {
        background: url(../img/mobileslider1.png) no-repeat;
        background-size: cover !important;
    }
    .bg-parallax-7 {
        background: url(../img/loginmobile.png) no-repeat;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .slider1img .slotholder .defaultimg {
        background-image: url('../img/tabslider1.png');
    }

    .slider2img .slotholder .defaultimg {
        background-image: url('../img/tabslider2.png');
    }

    .slider3img .slotholder .defaultimg {
        background-image: url('../img/tabslider3.png');
    }

    .about-content-right p {
        color: white !important;
    }

    .feature-tab-content p {
        color: white !important;
    }

    .feature-tabs li a.active {
        color: white !important;
    }

    .feature-tabs li a {
        color: white !important;
    }

    .contactdiv {
        margin-top: 0px;
    }

    .parallax-header {
        background: url(../img/tabslider1.png) no-repeat;
        background-size: cover !important;
    }
    .bg-parallax-5 {
        background: url(../img/team.png) no-repeat;
    }
    .bg-parallax-6 {
        background: url(../img/contactustab.png) no-repeat;
    }
   
}

@media only screen and (min-width:1024px) and (max-width: 1441px) {
    .slider1img .slotholder .defaultimg {
        background-image: url('../img/desktopslider1.png');
    }

    .slider2img .slotholder .defaultimg {
        background-image: url('../img/desktopslider2.png');
    }

    .slider3img .slotholder .defaultimg {
        background-image: url('../img/desktopslider3.png');
    }

    .contactdiv {
        margin-top: -145px;
    }

    .parallax-header {
        background: url(../img/desktopslider1.png) no-repeat;
        background-size: cover !important;
    }
}

@media only screen and  (min-width: 1441px) {
    .slider1img .slotholder .defaultimg {
        background-image: url('../img/largeslider1.png');
    }

    .slider2img .slotholder .defaultimg {
        background-image: url('../img/largeslider2.png');
    }

    .slider3img .slotholder .defaultimg {
        background-image: url('../img/largeslider3.png');
    }

    .contactdiv {
        margin-top: -145px;
    }

    .parallax-header {
        background: url(../img/largeslider1.png) no-repeat;
        background-size: cover !important;
    }
}